Skip to content

Conversation

armallen
Copy link

@armallen armallen commented May 7, 2025

Adds standard option to swift_cc_test_library

A fix is needed in starling, a swift_cc_test_library call is done on c sources: https://github.com/swift-nav/starling/pull/9852

Test rules_swiftnav update in orion-engine: https://github.com/swift-nav/orion-engine/pull/9439

@armallen armallen changed the title Test update swift_cc_test_library Test update swift_cc_test_library [AP-3450] May 7, 2025
kwargs["copts"] = local_includes + kwargs.get("copts", [])
standard = kwargs.pop("standard", None)

copts = _common_cc_opts(nocopts, pedantic = False)
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pedantic = False is important, this is a test library

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant